URL Encoder/Decoder

Encode or decode URLs with this simple online tool

About URL Encoding/Decoding

URL encoding converts characters into a format that can be transmitted over the Internet. It replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.

Use encoding when preparing strings for URLs, and decoding to convert encoded URLs back to their original form.